home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / RTPC10 / INSTALL6.BAT < prev    next >
DOS Batch File  |  1993-11-20  |  181b  |  13 lines

  1. @echo off
  2. echo.
  3. echo Install for Turbo Pascal 6 ?
  4. echo.
  5. echo NOTE: the units for TP/BP 7 will be lost !
  6. echo. 
  7. pause
  8. echo.
  9. rename *.tp6 *.tpu
  10. del *.tp7
  11. echo Done.
  12. echo.
  13.